func runtime.lfstackPack

3 uses

	runtime (current package)
		lfstack.go#L27: 	new := lfstackPack(node, node.pushcnt)
		lfstack.go#L62: 	if lfstackUnpack(lfstackPack(node, ^uintptr(0))) != node {
		lfstack_64bit.go#L41: func lfstackPack(node *lfnode, cnt uintptr) uint64 {